A collection of analyses that evaluate radiation related metrics.

Evaluates the amount of cumulative radiation and average irradiance that is received by a shading mask from cumulative sky data.
Inputs
Name | Nickname | Description | Type |
---|---|---|---|
Shading Masks | M | A list of shading masks for which cumulative radiation and average irradiance should be evaluated. | ShadingMask |
Sky Series | S | A sky series containing the cumulative sky data. | SkySeries |
Outputs
Name | Nickname | Description | Type |
---|---|---|---|
Cumulative Radiation | R | The total radiation in kWh/m2 that is received by each shading mask from the sky series. | Double |
Average Irradiance | A | The average irradiance in W/m2 that is received by each shading mask from the sky series. | Double |

Evaluates the radiant flux received by a shading mask at a specific point in time.
Inputs
Name | Nickname | Description | Type |
---|---|---|---|
Shading Masks | M | A list of shading masks for which the point in time irradiance should be evaluated. | ShadingMask |
Sky Instance | S | A sky instance that describes conditions of a sky at a specific point in time. | SkyInstance |
Outputs
Name | Nickname | Description | Type |
---|---|---|---|
Irradiance | I | The radiant flux in W/m2 that is received by each shading mask from the sky instance. | Double |